shridharkaushik29/laravel-angular

The Laravel Framework with the Power of AngularJS.

Installs: 78

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 23 865

Type:project


README

angular_laravel.jpg

About Laravel Angular

Laravel Angular is an forked version of the original Laravel Framework. It has some build in enhancements which are very useful when creating an application using Webpack. It also includes some more packages created by me for many other possibilities, such as creating webservices, creating multiple applications per Laravel installation.

How to install

To install follow these steps.

  • Open terminal and navigate to the directory, where you want to create project.

  • run composer create-project shridharkaushik29/laravel-angular <project-name> in terminal. Replace <project-name> with the name you want to give to the project's directory.

  • Navigate inside the project's directory and rename any of the package.angularjs.json, package.angular.json, package.react.json to package.json according to your requirements.

  • Install yarn. You can learn about yarn here https://yarnpkg.com.

  • Run yarn install in project's directory. This will install all the dependencies listed in package.json file

  • Run yarn serve and you'll see your app running on http://localhost:8000

Learning Laravel

Laravel has the most extensive and thorough documentation and video tutorial library of any modern web application framework, making it a breeze to get started learning the framework.

If you're not in the mood to read, Laracasts contains over 1100 video tutorials on a range of topics including Laravel, modern PHP, unit testing, JavaScript, and more. Boost the skill level of yourself and your entire team by digging into our comprehensive video library.

Security Vulnerabilities

If you discover a security vulnerability within Laravel, please send an e-mail to Shridhar Kaushik via shridharkaushik29@gmail.com. All security vulnerabilities will be promptly addressed.

License

The Laravel framework is open-sourced software licensed under the MIT license.