Download the PHP package marceloxp/laravel without Composer

On this page you can find all versions of the php package marceloxp/laravel. 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

Laravel Boilerplate

Basic site boilerplate start. Version 0.4.4

Install

Clear compose cache (if needs)

Install Site Package

File .env configuration

Configure .env database config and run migration

Configure cron job

Framework

Server Requirements

Dev URL

http://www.local.laravel-boilerplate.com.br

Updates

summernote

composer.json

AppServiceProvider.php

Plugins

Plugin Address
shridharkaushik29/laravel-hooks https://github.com/shridharkaushik29/laravel-hooks
digitalnature/php-ref https://github.com/digitalnature/php-ref
barryvdh/laravel-debugbar https://github.com/barryvdh/laravel-debugbar
marceloxp/laravel_commands https://github.com/marceloxp/laravel_commands
webreinvent/laravel-nestable https://github.com/atayahmet/laravel-nestable
ezyang/htmlpurifier https://github.com/ezyang/htmlpurifier
laravelcollective/html https://github.com/LaravelCollective/html
summernote/summernote https://github.com/summernote/summernote
technoknol/log-my-queries https://github.com/technoknol/LogMyQueries

Libraries

Local Library Site Description
Global cjsbaseclass.js https://www.npmjs.com/package/cjsbaseclass Base JS class
Admin prism.js http://prismjs.com/ Syntax highlighter
Admin sweetalert.js https://sweetalert.js.org/ A beautiful replacement for messages
Admin RowSorter.js https://github.com/arteyazilim/rowsorter/ Drag & drop table row sorter pluging with touch support for Vanilla JS and jQuery

Admin Template

AdminLTE: https://adminlte.io/themes/AdminLTE/

Custom Classes

Datasite \App\Http\Utilities\Datasite

Cached \App\Http\Utilities\Cached

MetaSocial \App\Http\Utilities\MetaSocial

HttpCurl \App\Http\Utilities\HttpCurl

Cep \App\Http\Utilities\Cep

Result \App\Http\Utilities\Result

RouteLang \App\Http\Utilities\RouteLang

Used in /routes/multilanguague.php

Predefined API routes

Hooks

Hook Location Description
admin_index_searchfields{table_name} Index Fields in search Combobox
admin_index_sortfields{table_name} Index Fields in sort Combobox
adminindex{tablename}{field_name} Index Before print field on index table
admin_index_titlealign{tablename}{field_name} Index Define grid title alignment
admin_index_fieldalign{tablename}{field_name} Index Define grid field record alignment
adminshow{tablename}{field_name} Show Before print field on show register
adminedit{tablename}{field_name} Add/Edit Before print field on add/edit register
master_model_fieldtype{tablename}{field_name} Master Model Before get field type register

Helpers

admin

Bootstrap

Money

DB

vasset

javascript and css

app_version

cached_headers

developer

Execute dump and die.

lang

Prints variable in current language, defaults to parameter.

string

Custom configs

Config Description
admin.php Menu
brasil.php Estados
cep.php Faixas de CEP por estado
colors.php Bootstrap colors
metasocial.php Headers metatags
social.php Facebook, Twitter, etc
hook.php On/Off Print Admin hooks
codetrait.php Length of model uniq code
tables.php Custom configs on admin tables
payment.php Payments Type

Automatic Assets

Javascripts and Stylesheets with same route name.

URL Javascript CSS
http://site.com.br/faleconosco /js/faleconosco.js /css/faleconosco.css
http://site.com.br/sobre/empresa /js/sobre_empresa.js /css/sobre_empresa.css

Language (pt-br)

Site pages structure

Logs Folder

Custom Buttons on Admin Index

On Controller Admin => function index, add:

Route: http://www.host.com.br/admin/ajax/{table}/{button_id} Controller: AjaxController Action: Camel Case of table and button_id. Example AjaxController->onUsersBtnSendMail


All versions of laravel with dependencies

PHP Build Version
Package Version
Requires php Version ^7.2.5
digitalnature/php-ref Version ^1.3
doctrine/dbal Version ^2.9
ezyang/htmlpurifier Version ^4.10
fideloper/proxy Version ^4.2
fruitcake/laravel-cors Version ^2.0
guzzlehttp/guzzle Version ~6.3
jenssegers/agent Version ^2.6
laravel/framework Version ^7.0
laravel/tinker Version ^2.0
laravel/ui Version ^2.0
laravelcollective/html Version ^6.1
pagarme/pagarme-php Version ^4.1
shridharkaushik29/laravel-hooks Version ^1.0
summernote/summernote Version ^0.8.8
technoknol/log-my-queries Version ^1.0
webreinvent/laravel-nestable Version dev-master
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 marceloxp/laravel contains the following files

Loading the files please wait ....