Skip to content

Latest commit

 

History

History
118 lines (80 loc) · 2.92 KB

README.md

File metadata and controls

118 lines (80 loc) · 2.92 KB

L9FREEGATE

A Framework Laravel Authentication With Gate Using Laravel.

What Is This ?

This is a ready made Laravel authentication framework application using Laravel 9 and Gates, to make it easier for you to authenticate using Gates.

What Version Framework ?

This Gates Laravel Authentication Framework will continue to be updated following the Gates Default Package and the Laravel Package itself.

How To Install ?

How to install this framework is very easy, just like installing laravel as usual using Github

Git Clone

git clone https://github.com/imyhacker-repo/L9FREEGATE.git

Go To Folder

cd L9FREEGATE

Install Vendor

composer install

Setup App

If file .env not found you can download or make from Official Laravel in link

Setup ENV

  • 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 ]

Setup Database

  • Migrate
php artisan migrate
  • Seeding Account From Seeder
php artisan db:seed

Run App

  • Run Local (default port 8000)
php artisan serv
  • Run In Other Port
php artisan serv --port=[YOUR PORT EX. 9000]

Installed

  • Laravel UI by Laravel
  • Stislasimple (Package) by Arikun
  • Stisla (Template) by Naufal Azhar

Authors

Packages Stisla Simple

Template Stisla

Documentation

For Doumentation Use Gate In Here Documentation

License

MIT

Screenshots

Laravel Front Pages

Screenshot_2022-04-15_23-21-44

Stisla Login

Screenshot_2022-04-15_23-21-59

Contributing

Contributions are always welcome!

See contributing.md for ways to get started.

Please adhere to this project's code of conduct.