Download the PHP package rspr/laravel-starter without Composer

On this page you can find all versions of the php package rspr/laravel-starter. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package laravel-starter

Laravel starter (package-rspr-laravel-starter)

Version 10.0.11 (latest)

Laravel starter comes with helpful methods in making laravel projects

Installation

download the package via composer

composer require rspr/laravel-starter

Publishers

for starter files

for sample temporary files

Global classes

Pre-defined Alias classes

Details

File versioning method, helps import files with version suffix so updated file will be imported and not the cache files

output: http://127.0.0.1/js/app.js?v=123456

e.g

output:

Blade route checking.

output: 'active'

e.g

output:

Message Log, uses the default \Log::class of the laravel but with more readability.

Sample output:

Message Slack Log, uses the "channel=slack" for message (only works if "slack.enable=true" and if webhook is configured)

Uses both Laravel log and Slack log at the same time.

Vue Integration using Vite

first runn the following command to install the vue packages

then publish from vendor the pre-configured js files for vue

also to be sure that your reference temporary files exists lets also publish all the tmp files

now lets start integrating vue in your code first check your layouts the parent blades should have the following codes

it will look something like this

the important thing in there is that your have the script for "vue-component.js" now lets go to your "compile.js" file and add the following code or uncomment the code

it should look like this

now copy the "HelloWorld.vue.tmp" and name it "Helloworld.vue" without the .tmp extension then in your "vite.config.js" uncomment or add the vue integration code

and it should look something like this

now in your "vue-component.js" change the "dashboard.index" to the corresponding route name of your page which you are integrating the vue js as for me I will change it to "project.index" so from this

to this

now in your page add the following code

then all you need to do is build your scripts

then you should be able to see your vue component in your page

React Integration using Vite

required packages

License

this package is free, open source, and GPL friendly. You can use it for commercial projects, open source projects, or really almost whatever you want.


All versions of laravel-starter with dependencies

PHP Build Version
Package Version
Requires laravel/framework Version ^11.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package rspr/laravel-starter contains the following files

Loading the files please wait ....