Skip to content

Releases: arabnewscms/it

version 1.6.40

31 May 20:21
Compare
Choose a tag to compare

fix some bugs about installation with php artisan it:generate
you are need to follow this steps to make sure full install on your project
1 - make sure you are use laravel 8.*
2 - make sure you are using php 7.4 don't use php 8 just install package with php 7.4
3 - run php artisan it:generate and answer the question
finally by by all it package is stop to version 1.6.40 at this time
see you fine ❤️

version 1.6.39

22 Mar 06:56
Compare
Choose a tag to compare

fix error in model list to get sub folders in App\Models Folder

version 1.6.38

26 Feb 12:30
Compare
Choose a tag to compare

1 - fix some bugs in dropzone and add timeout to enable progress at long time and skip https blocking
2 - changes in admin/show_image.blade.php
3 - fix some bugs in baboon maker
4 - prepare to it-light in laravel 9 as soon

version 1.6.37

21 Dec 16:55
Compare
Choose a tag to compare

1 - add json file to translate markdown
2 - fix bugs in baboon
3- fix ajax selected value by parent

1.6.36

05 Dec 16:58
Compare
Choose a tag to compare

fix nullable function in schema migration files
fix ajax autoload selected value

1.6.35

05 Dec 10:39
Compare
Choose a tag to compare

fix bugs

version 1.6.34

25 Nov 15:38
Compare
Choose a tag to compare

bug fixes

version 1.6.33

08 Nov 07:58
Compare
Choose a tag to compare

1 - fix admin id with Baboon faker
2 - fix nullable function for short foreign key schema

version 1.6.32

15 Oct 06:12
Compare
Choose a tag to compare

fix bugs in baboon maker

version 1.6.31

10 Oct 00:13
Compare
Choose a tag to compare

What's the new

1 - PHPFaker added to generate fake values and files image ,office ,audio and video mimeTypes in to your module after generated in (language & other) tab from baboon maker

1
2 - auto relationship models added with api Controller to get child data from other tables
3 - add Register new Account to api link in login collection
4 - rename AuthApiLoggedin.php to AuthAndLogin.php and move to new folder (Api/V1/Auth)
5 - Add Register.php to new folder (Api/V1/Auth)
6 - add new folder to ValidationsApi/V1/Auth
7 - add ChangePasswordRequest.php , LoginRequest.php , RegisterRequest.php to new path ValidationsApi/V1/Auth
8 - add shortCode forginId in migration Database replaced with old way to create relationship database

example

//old relation code Like
$table->bigInteger('user_id')->unsigned()->nullable();
$table->foreign('user_id')->references('id')->on('users')->onDelete('cascade')->onUpdate('cascade');

// new relation shortCode Like (one Line code) new feature from laravel 8.6.3
$table->foreignId("user_id")->constrained("users")->onUpdate("cascade")->onDelete("cascade")->nullable();

9 - generate api resource with apiReesource('module/example','TestsApi.php',['as'=>'module.example.tests']); function

What bug has been fixed?

1 - fix bugs in baboon maker
2 - when use php artisan optimize cannot cached routes by duplicate routes name
3 - add new assertion to routes ["as"=>"route.controller"] to api resource to skip optimization errors when cached routes
4 - move admin singleton path to AppServiceProvider.php

don't forget to run this command php artisan it:update if you are using old version

thank you for using our package 📦

and i hope so this package to save your day 📆

Unleash your imagination and be creative ❤️