laravel ready to use project that providing some essential features that any project needs
- Users authentication with github.
- Ready to use pages (Register, Login, Profile ...etc).
- Search Experience improvement using Algolia.
- Beautiful Theme.
- Laravel
- VueJS
- Argon UI kit - by Creative Tim
- Algolia search
This is basic and simple installation guide for new Laravel developers
$ git clone https://github.com/owiesnama/LaravelArgon.git
copy and rename .env-example
to .env
$ cp .env-example .env
$ php artisan key:generate
$ composer install
$ npm install
$ php artisan serve
run npm
$ npm run dev
Enjoy coding :)