Laravel 7 based system for managing lost and found items in the park in one centralized panel with powerful search utilizing elasticsearch
- Run
git clone https://github.com/jeremykenedy/laravel-auth.git laravel-auth
- Create a MySQL database for the project
mysql -u root -p
, if using Vagrant:mysql -u homestead -psecret
create database laravelAuth;
\q
- From the projects root run
cp .env.example .env
- Configure your
.env
file - Run
composer update
from the projects root folder - From the projects root folder run:
php artisan vendor:publish --tag=laravelroles &&
php artisan vendor:publish --tag=laravel2step
- From the projects root folder run
sudo chmod -R 755 ../laravel-auth
- From the projects root folder run
php artisan key:generate
- From the projects root folder run
php artisan migrate
- From the projects root folder run
composer dump-autoload
- From the projects root folder run
php artisan db:seed
- Compile the front end assets with npm steps or yarn steps.
- From the projects root folder run
yarn install
- From the projects root folder run
yarn run dev
oryarn run production
- You can watch assets with
yarn run watch
- From the projects root folder run
npm install
- From the projects root folder run
npm run dev
ornpm run production
- You can watch assets with
npm run watch
- From the projects root folder run
php artisan config:cache
- Unverified - Level 0
- User - Level 1
- Administrator - Level 5
- view.users
- create.users
- edit.users
- delete.users
Password | Access | |
---|---|---|
[email protected] | password | User Access |
[email protected] | password | Admin Access |
- ThemesTableSeeder
- NOTE: A lot of themes render incorrectly on Bootstrap 4 since their core was built to override Bootstrap 4. These will be updated soon and ones that do not render correctly will be removed from the seed. In the mean time you can remove them from the seed or manaully from the UI or database.
Slug | Name |
---|---|
ipAddress | IP Address |
domain | Domain Name |
user | User |
city | City |
state | State |
country | Country |
countryCode | Country Code |
continent | Continent |
region | Region |
Type | Value | Note |
---|---|---|
domain | test.com | Block all domains/emails @test.com |
domain | test.ca | Block all domains/emails @test.ca |
domain | fake.com | Block all domains/emails @fake.com |
domain | example.com | Block all domains/emails @example.com |
domain | mailinator.com | Block all domains/emails @mailinator.com |