A Framework Laravel Authentication With Gate Using Laravel.
This is a ready made Laravel authentication framework application using Laravel 9 and Gates, to make it easier for you to authenticate using Gates.
This Gates Laravel Authentication Framework will continue to be updated following the Gates Default Package and the Laravel Package itself.
How to install this framework is very easy, just like installing laravel as usual using Github
git clone https://github.com/imyhacker-repo/L9FREEGATE.git
cd L9FREEGATE
composer install
If file .env not found you can download or make from Official Laravel in link
- Key
php artisan key:generate
- Database
DB_CONNECTION=mysql [ CHANGE IF YOU USE ANOTHER ]
DB_HOST=127.0.0.1
DB_PORT=3306 [ CHANGE IF YOU USE ANOTHER ]
DB_DATABASE=[ YOUR DATABASE NAME ]
DB_USERNAME=[ YOUR DATABASE USERNAME ]
DB_PASSWORD=[ YOUR DATABASE PASSWORD ]
- Migrate
php artisan migrate
- Seeding Account From Seeder
php artisan db:seed
- Run Local (default port 8000)
php artisan serv
- Run In Other Port
php artisan serv --port=[YOUR PORT EX. 9000]
- Laravel UI by Laravel
- Stislasimple (Package) by Arikun
- Stisla (Template) by Naufal Azhar
For Doumentation Use Gate In Here Documentation
Contributions are always welcome!
See contributing.md
for ways to get started.
Please adhere to this project's code of conduct
.