shridharkaushik29 / laravel-angular
The Laravel Framework with the Power of AngularJS.
Installs: 80
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 24 070
Type:project
Requires
- php: ^7.1.3
- fideloper/proxy: ^4.0
- laravel/framework: 6.0.*
- laravel/tinker: ^1.0
- shridharkaushik29/laravel-angular-app: 3.0.*
Requires (Dev)
- filp/whoops: ^2.0
- fzaninotto/faker: ^1.4
- mockery/mockery: ^1.0
- nunomaduro/collision: ^2.0
- phpunit/phpunit: ^7.0
- dev-master
- 6.0.0
- 5.8.x-dev
- 5.8.0
- 5.7.5
- 5.7.4
- 5.7.3
- 5.7.2
- 5.7.1
- 5.7.0
- 5.6.23
- v5.6.22
- v5.6.21
- v5.6.12
- v5.6.7
- v5.6.0
- 5.5.x-dev
- v5.5.28
- v5.5.22
- v5.5.0
- 5.4.x-dev
- v5.4.30
- v5.4.23
- v5.4.21
- v5.4.19
- v5.4.16
- v5.4.15
- v5.4.9
- v5.4.3
- v5.4.0
- 5.3.x-dev
- v5.3.30
- v5.3.16
- v5.3.10
- v5.3.0
- 5.2.x-dev
- v5.2.31
- v5.2.29
- v5.2.27
- v5.2.24
- v5.2.23
- v5.2.15
- v5.2.0
- 5.1.x-dev
- v5.1.33
- v5.1.11
- v5.1.4
- v5.1.3
- v5.1.1
- v5.1.0
- 5.0.x-dev
- v5.0.22
- v5.0.16
- v5.0.1
- v5.0.0
- v4.2.11
- v4.2.0
- v4.1.27
- v4.1.18
- v4.1.0
- v4.0.9
- v4.0.8
- v4.0.7
- v4.0.6
- v4.0.5
- v4.0.4
- v4.0.0
- v4.0.0-BETA4
- v4.0.0-BETA3
- dev-develop
This package is auto-updated.
Last update: 2024-11-04 20:09:58 UTC
README
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
topackage.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 inpackage.json
file -
Run
yarn serve
and you'll see your app running onhttp://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.