Skip to content

bagaswidodo/l5

Repository files navigation

Laravel Quickstart - Basic

  1. Create,Delete, Show Tasks
  2. Single Page Application Comment with angularjs
  3. [Single Page Application Gallery app with login (angularjs)] (http://amitavroy.com/justread/content/articles/spa-laravel-angularjs-1-setting-app-and-routes)
  4. VueJS 101
  5. Crud Students with VueJS
  6. Guestbook REST with VueJS
  7. Crud App, filter, pagination with Angular JS and angular bootstrap, Laravel REST API
  8. Crud App completed with login [VueJS][1] and [angularJS][2] by [Bestmomo][3]
  9. 101 Laravel Validation
  10. Crud Application with Angular JS and material design [1]: https://github.com/bestmomo/lumenvue [2]: https://github.com/bestmomo/lumenangular [3]: https://github.com/bestmomo/

Todo

  1. auth login
  2. secure REST API

... still development

How To Install

  1. clone this project git clone https://github.com/bagaswidodo/l5.git
  2. install composer dependencies composer install
  3. install node dependencies npm install
  4. install bower components bower install
  5. modify .env file for your prefered database
  6. if using sqlite create file database.sqlite in database folder
  7. run php artisan migrate --seed
  8. mix scripts using gulp. run gulp
  9. serve app php artisan serve
  10. browse in URL provide. usually http://localhost:8000

Documentation

PDF (soon)

About

Bunch Stuff With Laravel version 5

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published