Laravel and AngularJS Starter Application
This is a repo for a starter application for a Single Page Application featuring the modern Laravel PHP framework and Google’s acclaimed front-end framework AngularJS. Just download and install and you have a good foundation for building any application.
Features!
- Single Page Application
- HTML5 mode URLs
- Optimized Laravel and AngularJS routes
- You kind of don’t need to care about routes, they work automatically as you add new views. Still allows for flexibility if you plan any special routes.
- Authentication!
- Flexible, extensible, clean
- Token-based (tymondesigns/jwt-auth)
- Persistent local storage
- Larevel Elixir readily configured
- Versioning of CSS and JS files (cache busting)
- CSS and JS files will be included automatically
- A whole ready CRUD architecture
- Comes with Bootstrap and AngularJS configured to work together at their best
- And more... have a try!
Installation
git clone https://github.com/Zemke/starter-laravel-angular.git
composer install --prefer-dist
npm install
gulp && gulp watch
php -S localhost:8080 -t public/
Edit .env.example
according to your environment and save as .env
.
Requirements
- PHP >= 5.4
- Composer
- Gulp
- NPM
- MySQL
Have fun! Any feedback is welcome. Use Issues or Twitter. My Twitter handle is @FlorianZemke. I’m looking forward to talk to you.